waitqueue: Add license info to source file.
authorKeir Fraser <keir@xen.org>
Thu, 18 Nov 2010 11:44:40 +0000 (11:44 +0000)
committerKeir Fraser <keir@xen.org>
Thu, 18 Nov 2010 11:44:40 +0000 (11:44 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
xen/common/wait.c
xen/include/xen/wait.h

index cb63f85916e30edb2ed297a28342f14d7c9fd219..ae62958271a705b85c4debdbe7c434c47c352653 100644 (file)
@@ -2,6 +2,22 @@
  * wait.c
  * 
  * Sleep in hypervisor context for some event to occur.
+ * 
+ * Copyright (c) 2010, Keir Fraser <keir@xen.org>
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <xen/config.h>
index c1793fd30429367395385281f820575c1d607525..dd3db9f872f895e9a8d7c45f5a31d0666c8aee61 100644 (file)
@@ -2,6 +2,8 @@
  * wait.h
  * 
  * Sleep in hypervisor context for some event to occur.
+ * 
+ * Copyright (c) 2010, Keir Fraser <keir@xen.org>
  */
 
 #ifndef __XEN_WAIT_H__